WMON

Syntax: WMON [mode]
    or: WMON [mode] [, xoff] [, yoff]
        (SMS Only)
Location: THOR 8, THOR XVI, Toolkit II

This command resets the three default windows to the standard layout for Monitor mode.

If one parameter is passed, this will alter the screen MODE.

The second variant allows you to move the SuperBASIC windows, by specifying an offset which will be used to calculate the top left hand position of the windows.  If only one parameter (other than the MODE) is specified, then this will be taken to be both the x and y offset, otherwise you can specify both.  This will only work on higher resolution displays.

Also, if the second variant is used, if an outline has previously been defined (for example with OUTLN), then the contents of the three windows will be retained and moved to the new position.

Example:
WMON 4  Reset standard windows, MODE 4

NOTE:
WMON does not reset the PAPER and INK colours of the three windows.

SMS NOTE:
As well as adding the second variant, SMS adds a border to #0.

CROSS-REFERENCE:
Also see WTV, WM, WSET, WMOV and MODE.
